home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
h
/
sun2r3.defs
< prev
next >
Wrap
Text File
|
1988-10-11
|
566b
|
27 lines
LBINDIR=/usr/local/bin
# for sun3,sun2r3
OFLAG = -O
LIBS = -lm -lg
ODIR_DEBUG= -g
CHTAB = sun_chtab.s
CC = gcc -fwritable-strings -msoft-float -DVOL=volatile
# If you don't have gcc use CC = cc -DVOL=
MAINDIR = /usr/local/src/kcl
CFLAGS = -c $(DEFS) -I../h
# The fast loading currently works for ATT and BSD with 68000 or 386
# architectures. Unless you have these, leave these undefined.
RSYM = rsym
SFASL = $(ODIR)/sfasl.o
# When using SFASL it is good to have (si::build-symbol-table)
INITFORM=(si::build-symbol-table)
# Use symbolic links
SYMB=-s